home *** CD-ROM | disk | FTP | other *** search
/ The Original Shareware 1.1 / The Original Shareware (WeMake CDs)(Volume 1.1)(CDs, Inc)(1993).iso / 16 / box10.zip / BOX.DOC next >
Text File  |  1986-01-12  |  2KB  |  49 lines

  1.  
  2.                               ╒═══════════════╕
  3.                       ╔═══════╧═══════════╗   │
  4.                       ║                   ╠═══╡
  5.                       ║  Documentation    ║   │
  6.                       ║                   ║   │
  7.                ┌──────╫───────────────────╢   │
  8.                ╞══════╣                   ║   │
  9.            ┌───┘      ║      BOX          ║   │
  10.            └───╥──────╢     v1.0          ║   │
  11.                ║      ║                   ╠═══╛
  12.                ╙──────╢    12/29/85       ║
  13.                       ╚═══════════════════╝
  14.  
  15.  ═══════════════════════════════════════════════════════════════════════════                                                                          
  16.   A resident program  that allows you to draw boxes and lines using most any
  17.   text editor.
  18.  
  19.   To use it, mark the  corners of the box or the ends of the line with happy
  20.   faces.  Use Alt-1 () for single lines and Alt-2 () for double lines.
  21.   When you're ready, hit Alt-_ (underline) to draw the box/line.  That's all
  22.   there is to it.
  23.  
  24.   BOX works by generating keycodes to draw the box/line (getting the
  25.   intersections right) and stuffs them into a typeahead buffer.  Your
  26.   editor should read them (via int16) and perform just as if you had typed
  27.   them in.
  28.  
  29.   The only possible problems I can think of are:
  30.   ..Both happy faces must be on the screen when you hit Alt-_.  I read the
  31.     screen directly (B000/B800) so you gotta have an IBM compatible display
  32.     adaptor.
  33.  ..Don't get right up against the right-most column or the bottom-most line.
  34.    I have no way of knowing what your text editor does after you type something
  35.    in column 80 (new line, scroll left, etc.).
  36.  ..Make sure you are not in insert mode.
  37.  ..Your editor must be reading the keyboard via DOS or BIOS calls.  If he
  38.    intercepts int09, get another editor.  There are good reasons to
  39.    address the screen directly (performance), but absolutely no reason
  40.    to read the keyboard directly.
  41. ═══════════════════════════════════════════════════════════════════════════════                                                                            
  42.  
  43.  
  44.       ┌────────────────────────┐
  45.       │    Robert Wagner       │
  46.       │    BBS:  806-763-3375  │
  47.       └────────────────────────┘
  48.  
  49.